CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - face detection using matlab

搜索资源列表

  1. FaceDetectorOtherversion

    3下载:
  2. 采用adaboost算法用于人脸检测,实现较快的人脸识别。使用MATLAB语言编写。-Using adaboost face detection algorithm is used to achieve a faster face recognition. Using the MATLAB language.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-06
    • 文件大小:786386
    • 提供者:sysun
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:911802
    • 提供者:谭恒良
  1. FDMver1.0

    1下载:
  2. 用Matlab实现的人脸检测算法. Based on the paper: Face Detection using Local SMQT Features and Split Up SNoW Classifier-Face Detection algorithm for Matlab. Based on the paper: Face Detection using Local SMQT Features and Split Up SNoW Classifier
  3. 所属分类:matlab

    • 发布日期:2015-05-25
    • 文件大小:1218560
    • 提供者:dyh
  1. facedetect

    0下载:
  2. 在对图像进行Gabor变换后使用BP神经网络进行人脸检测的MATLAB程序-Gabor transform in the image using BP neural network after the face detection process MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-03
    • 文件大小:15183546
    • 提供者:lilei
  1. face-detect

    0下载:
  2. 用matlab快速而准确的实现人脸检测,非常实用的代码-Using matlab to achieve fast and accurate face detection, very useful code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1418556
    • 提供者:高原
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. fus

    0下载:
  2. 可以对人脸进行快速检测,利用肤色信息进行分割,最终实现人脸的检测-Face can be quickly detected using skin color segmentation information, and ultimately face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1639519
    • 提供者:shisha
  1. face_recognition_adaBoost_M2

    1下载:
  2. 人脸检测,采用MATLAB编程,效果不错。-Face detection, using the MATLAB programming, the effect is good.
  3. 所属分类:Special Effects

    • 发布日期:2015-08-30
    • 文件大小:66560
    • 提供者:ygliang30
  1. fdp5final

    0下载:
  2. Face Detection System 基于Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:227145
    • 提供者:郑碧波
  1. face-detect

    0下载:
  2. 基于K-L变换下的人脸检测程序,用matlab编写的-KL transform based face detection under the program, using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:31881
    • 提供者:plh
  1. cvml2011-practical-face-detection

    0下载:
  2. 人脸识别的源代码,使用matlab实现,学习资料-Face recognition source code, using matlab realize, learning materials
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9807741
    • 提供者:virons
  1. FaceDetect

    0下载:
  2. this file is the source code for face detection using matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1509296
    • 提供者:Rajalakshmi.K
  1. facedetection

    0下载:
  2. 用MATLAB调用opencv的人脸检测器,已打包好,无需opencv,facedetection.m为示例程序-Call opencv face detection using MATLAB, a packaged good, no opencv, facedetection.m for sample program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6930878
    • 提供者:yixiao
  1. ViolaJones_version0b

    0下载:
  2. 这是用matlab编写人脸检测软件,是用的adaboost算法,参考价值还是很高的-This is a face detection using matlab software adaboost algorithm is used, the reference value is still high
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5184957
    • 提供者:王强
  1. human-face-detection

    0下载:
  2. 利用肤色分割,采用MATLAB进行编程实现对图片中的人脸进行检测,程序包中还包括采用“参考白”方法进行光照补偿的源程序-Based on skin color segmentation, using MATLAB programming to realize the face detection, the package also includes a reference white approach of the source illumination compensation
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:47763
    • 提供者:王茜
  1. Face-Recognition

    0下载:
  2. Face Recognition System Face Detection in Matlab Face Recognition Software PCA-based Face Recognition System Face & eye detection Face Recognition Face Parts Detection Face recognition using PCA Face Detection & Recognition System F
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5486898
    • 提供者:amin
  1. Desktop

    0下载:
  2. face detection using matlab code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1413
    • 提供者:baskar
  1. face_detection

    0下载:
  2. face detection using matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2749687
    • 提供者:ariki
  1. matlab-face-detection-klt-algorithm

    0下载:
  2. object detection using KLT algorithm
  3. 所属分类:Video Capture

    • 发布日期:2017-12-11
    • 文件大小:16769
    • 提供者:houssem
  1. face detection

    0下载:
  2. 运用HOG提取人脸特征与支持向量机算法训练模型,进行人脸识别(Using HOG to extract facial features and support vector machine algorithm training model for face recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:7041024
    • 提供者:BrokenMoon
« 1 2 34 5 6 »
搜珍网 www.dssz.com